读知识>英语词典>memory cache翻译和用法

memory cache

英 [ˈmeməri kæʃ]

美 [ˈmeməri kæʃ]

网络  内存缓存; 记忆体快取; 缓存; 内存高速缓存; 存储器高速缓存

计算机

英英释义

noun

  • (computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated
      Synonym:cache

    双语例句

    • When the memory cache region becomes full, LRU removes the least recently used cached data first.
      当内存缓存区域满时,LRU会首先删除最近最少使用的缓存数据。
    • Method of Promoting Performance of AAA Server Using Memory Cache
      使用高速缓存提高AAA服务器性能的方法
    • This paper firstly studied memory cache feature and described the messaging system design ideas. Then do the process to realize the design idea.
      本文首先研究了内存缓存功能在短信系统上的设计思路,并根据其进行了短信内存缓存功能设计实现。
    • You can now configure a private memory cache for every CPUVP to decrease the time of server memory allocation on large multiprocessor computers.
      现在可以为每个CPUVP配置一个私有内存缓存,以减少大型多处理器计算机上的服务器内存分配时间。
    • This algorithm can improve hit rate on backend servers 'main memory cache, thus increase the performance of the whole cluster system.
      该算法可提高后端服务器的主存Cache命中率,从而提高了整个集群系统的性能。
    • All modern CPUs must utilize local memory cache to minimize latency of fetching instructions and data from memory.
      所有现代的CPU必须使用本地存储的缓存,将获取指令和数据的延迟降到最低。
    • It works by retrieving the data row information that the reader transaction needs from the DB2 logs-usually from the log's memory cache, which is very fast.
      它采用的方法是从DB2日志(常常是从非常快速的日志内存缓存)中获取读者事务需要的数据行。
    • Eaccelerator.shm_size defines the size of the shared memory cache, which is where the compiled scripts are stored.
      shmsize定义共享高速缓存的大小,编译后的脚本就存储在这里。
    • AAA server supporting radius protocol is widely applied in telecommunication industry. In this paper, a memory cache technology is introduced, which can promote AAA server's performance with 2~ 3 order of magnitude.
      支持Radius协议的AAA服务器在电信行业得到广泛应用,该文介绍了一种高速缓存技术,将AAA服务器的性能提高了2~3个数量级。
    • This enables you to store and later recover entire objects from the memory cache, instead of reconstructing them by hand within your application.
      这就让您可以存储并随后从内存存储恢复全部对象,而不是在您的应用程序内手动重构它们。